home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / tc2pat2.zip / README.PAT < prev    next >
Text File  |  1989-03-31  |  1KB  |  30 lines

  1. Turbo C 2.0 patches
  2. -------------------
  3.  
  4. This archive contains the batch files listed below which fix five
  5. problems in Turbo C 2.0.  Also contained in this archive is a
  6. utility called PATCH.COM which is used to apply the patches.
  7.  
  8. For instructions on applying each of the five patches, simply type
  9. the name of the batch file for the patch at the DOS prompt followed
  10. by a carriage return.
  11.  
  12. PATPRNTF.BAT - fixes the problem with the %.0f format specifier by
  13. using TLIB.EXE to install new .OBJ files into your Turbo C
  14. 2.0 .LIB files.
  15.  
  16. PATTLIB.BAT - uses PATCH.COM to patch TLIB.EXE to eliminate the
  17. problem in which TLIB strips out line number information from .LIB
  18. modules.
  19.  
  20. PATTC.BAT - uses PATCH.COM to patch TC.EXE so that __TURBOC__
  21. has the value 0x0200 and so that TC does not overwrite the INT
  22. 60H vector.
  23.  
  24. PATSTAT.BAT - fixes the problem with stat in the tiny model by
  25. using TLIB.EXE to install a new .OBJ file into your Turbo C
  26. 2.0 .LIB file.
  27.  
  28. PATFLOAT.BAT - fixes "floating point formats not linked" problem.
  29.  
  30.